home *** CD-ROM | disk | FTP | other *** search
/ Freelog 101 / FreelogNo101-JanvierFevrier2011.iso / Internet / eM Client / setup.msi / eMClient.cab / IceWarpServerInterfacePluginFile / 0 / RCDATA / TACCOUNTDELETEFORM / TACCOUNTDELETEFORM.txt
Text File  |  2010-10-15  |  2KB  |  88 lines

  1. object AccountDeleteForm: TAccountDeleteForm
  2.   Left = 387
  3.   Top = 293
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 109
  7.   ClientWidth = 409
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Microsoft Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnKeyPress = FormKeyPress
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object DialogLabel: TTntLabel
  24.     Left = 67
  25.     Top = 15
  26.     Width = 26
  27.     Height = 13
  28.     Caption = 'Label'
  29.   end
  30.   object Image: TImage
  31.     Left = 16
  32.     Top = 16
  33.     Width = 32
  34.     Height = 32
  35.   end
  36.   object Path: TTntLabel
  37.     Left = 67
  38.     Top = 33
  39.     Width = 22
  40.     Height = 13
  41.     Caption = 'Path'
  42.   end
  43.   object YesButton: TTntButton
  44.     Left = 68
  45.     Top = 75
  46.     Width = 65
  47.     Height = 23
  48.     Caption = '&Yes'
  49.     ModalResult = 6
  50.     TabOrder = 0
  51.   end
  52.   object NoButton: TTntButton
  53.     Left = 137
  54.     Top = 75
  55.     Width = 65
  56.     Height = 23
  57.     Caption = '&No'
  58.     ModalResult = 7
  59.     TabOrder = 1
  60.   end
  61.   object DeleteDir: TTntCheckBox
  62.     Left = 68
  63.     Top = 51
  64.     Width = 221
  65.     Height = 17
  66.     Caption = 'Delete all associated data'
  67.     TabOrder = 4
  68.   end
  69.   object AllButton: TTntButton
  70.     Left = 275
  71.     Top = 75
  72.     Width = 65
  73.     Height = 23
  74.     Caption = '&All'
  75.     ModalResult = 8
  76.     TabOrder = 3
  77.   end
  78.   object CancelButton: TTntButton
  79.     Left = 206
  80.     Top = 75
  81.     Width = 65
  82.     Height = 23
  83.     Caption = '&Cancel'
  84.     ModalResult = 2
  85.     TabOrder = 2
  86.   end
  87. end
  88.